home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
005
/
dedmatic.arc
/
DEDINST.BAT
< prev
next >
Wrap
DOS Batch File
|
1985-05-08
|
491b
|
18 lines
echo off
c:
cd\
copy autoexec.bat temp24
mkdir c:\deduct
copy a:*.* c:\deduct
del autoexec.bat
copy a:dedstart.bat+temp24 c:autoexec.bat
del c:temp24
del c:\deduct\option*.bat
del c:\deduct\dedinst.bat
del c:\deduct\hardinst.bat
echo **********************************************************
echo Deduct-a-Matic is now installed in subdirectory C:\deduct.
echo To use it, Please refer to the manual.
echo **********************************************************
echo on